"fun_tabletop_empires"
{
	//the location in the 'materials/' dir where the image for the map is
	"image"		"maps/fun_tabletop_empires"

	//the top left corner of the image which equals the top left corner 
        //of the map coordinate below
	"min_image_x"	"0"
	"min_image_y"	"0"

	//the bottom right corner of the image which equals the bottom right corner 
        //of the map coordinate below
	"max_image_x"	"1024"
	"max_image_y"	"1024"
	
	//the top left corner of the map
	"min_bounds_x"	"-10688"
	"min_bounds_y"	"10048"

	//the bottom right corner of the map
	"max_bounds_x"	"9791"
	"max_bounds_y"	"-10431"

	//the size in map coordinates of each sector of a map (A1,F5, etc), a grid
        //line is drawn around each sector on the minimap to visually segregate them 
	
        "sector_width"	"150"
	"sector_height"	"150"

	//There are four levels of zoom. These are the min and max which correspond to
        //the amount of the map visible in the minimap panel when at that zoom level.

	"min_zoom"	"1"
	"max_zoom"	"0.25"

//Team panel descriptions
	"nf_description" "Somehow in this fever dream we have awakened, some sort of event is happening outside our glass walls. Our once plastic bodies turned to flesh, and i only know one thing we must kill our enemies, it must be the empires fault; whatever hell this is we'll destroy them first!."

	"nf_objective" "Objective: Build refineries to gain resources and build up your army.  Then destroy the Brenodi Command Vehicle, or destroy all barracks (removing any place to spawn) and kill all members of the enemy team. The flags will give extra resources likewise cause a ticket bleed to the enemy, the central flag between the groups does the best."


	"imp_description" "Somehow in this fever dream we have awakened, we appear to be assembled of plastic parts nad somehow these fools who built us decided to build a set of northern faction toys! WE SHALL destory these forces then attempt to escape this glass box."

	"imp_objective" "Objective: Build refineries to gain resources and build up your army. Then destroy the Northen Faction Command Vehicle, or destroy all barracks (removing any place to spawn) and kill all members of the enemy team. The flags will give extra resources likewise cause a ticket bleed to the enemy, the central flag between the groups does the best."

}